body {
	padding-top: 0;
	min-width: 1000px;
}
a:hover {
	color: #36816D;
	text-decoration: none;
}

.nav {
	z-index: 10;
}
.navbar-fixed-top {
	position: static;
	z-index: 100;
}
.navbar-inverse .navbar-inner {
	width: 100%;
	height: 67px;
	background: #000;
	border-bottom: 2px solid #36816D;
}
.navbar-inner .container .logo {
	float: left;
	margin-top: 2px;
}
.navbar-inner .container .nav-collapse {
	float: left;
	padding-left: 8px;
}
.navbar-inner .nav-collapse .nav-li a {
	height: 67px;
    line-height: 67px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
}
.navbar-inner .nav-collapse .nav-li a:hover {
	background: #36816D;
}

.nav .nav-li {
	position: relative;
}
.nav .subnav-ul {
	display: none;
	position: absolute;
	top: 67px;
	left: 0;
	width: 195px;
}
.nav .subnav-ul li.subnav-li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #0B7222;
}
.nav .subnav-ul .subnav-li a {
	width: 155px;
	height: 30px;
	line-height: 30px;
	background: #36816D;
}
.nav .subnav-ul .subnav-li a:hover {
	background: #0B7222;
}


#slider {
	width: 100%;
	
	overflow: hidden;
}
#slider .slider-wrap {
	position: relative;
	width: 1424px;
	height: 442px;
	margin: auto;
}
.slider-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 1424px;
	height: 442px;
}


.footer {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
    padding: 0;
    margin-top: 0;
    border-top: none;
    background-color: #cfcfcf;
}
.footer .container {
	width: 1002px;
}
.footer .left {
	float: left;
	color: #7b7b7b;
    font-size: 12px;
}
.footer .right {
	float: right;
	color: #7b7b7b;
    font-size: 12px;
}

#body-window {
	position: absolute;
	right: 0;
	top: 570px;
}


#bread {
	float: left;
	width: 700px;
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    overflow: hidden;
    border-bottom: solid 1px #d9e1e3;
    font-size: 12px;
}


#sidebar {
	position: relative;
	top: -43px;
	float: left;
	width: 254px;
}
.sidebar-tt {
	width: 254px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	background-color: #36816D;
	color: #fff;
	padding-left: 20px;
}
.sidebar ul li a {
	display: block;
	width: 254px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
	background-color: #efefef;
}
.sidebar ul li:last-child a {
	border-bottom: none;
}
.sidebar ul li a:hover {
	background-color: #D1D1D1;
	color: #fff;
}
.sidebar ul li.sub-li-on a {
	background-color: #67BCD0;
	color: #fff;
}
.sidebar p {
	width: 254px;
	height: 33px;
	line-height: 33px;
    font-size: 12px;
    background-color: #efefef;
    padding-left: 20px;
}
.sidebar p:last-child {
	padding-bottom: 40px;
}
.subchild-ul {
	display: none;
}
.subchild-ul .scli a {
	width: 234px;
	height: 33px;
	padding-left: 40px;
	background-color: #efefef;
}
.subchild-ul .scli:last-child a {
	border-bottom: 1px solid #fff;
}
.body-wrap {
	float: left;
	width: 686px;
	margin-left: 36px;
	padding-top: 20px;
	overflow: hidden;
}
.body-wrap img {
	max-width: 680px;
}


.inline {
	display: inline-block;
}
.hidden {
	display: none;
}
.on {
	display: block;
}


.page{
	float: left;
	width:100%;
	margin:30px auto;
	height:38px;
}
.page a,.page .current{

	margin:0 6px;
	padding:3px 5px;
}
.page .num,
.page .next,
.page .prev{
	border-radius: 2px;
	background-color:#eee;

}
.page .current,
.page .num:hover,
.page .next:hover,
.page .prev:hover{
	border-radius: 2px;
	background-color:#36816D;
	color: #fff;
}